In [1]:
import pandas as pd
import pandas_profiling
In [4]:
pd.read_csv("https://raw.githubusercontent.com/DanielleRomanoff/Organize_Data_Blog/master/world_earthquakes_last_30.csv").profile_report()



Out[4]:

In [ ]: